Skip to content
Permalink
Browse files
fix compile errors on Docker Santiago image - see T80
Summary: Errors were caused by differences in support for the "const" keyword depending on the compiler version.

Test Plan: Run cassandane tests. Compile the code on different platforms.

Reviewers: #imap_reviewers

Maniphest Tasks: T80

Differential Revision: https://git.cyrus.foundation/D42
  • Loading branch information
conradkleinespel authored and brong committed May 18, 2015
1 parent 7fa0a7e commit 94272bc85c286169f20c33c353c3f5f5ae8f21de
Showing 1 changed file with 0 additions and 1 deletion.
@@ -134,7 +134,6 @@ AC_PROG_INSTALL
AC_USE_SYSTEM_EXTENSIONS
AC_ISC_POSIX
AC_PROG_AWK
AC_C_CONST
AC_SYS_LONG_FILE_NAMES
if test $ac_cv_sys_long_file_names = no; then
AC_MSG_ERROR(The Cyrus IMAPD requires support for long file names)

0 comments on commit 94272bc

Please sign in to comment.